adTempus API
|
Gets the user mode processor time (in milliseconds) for this instance of the job.
__property long* UserModeTime;
long* UserModeTime;
Property UserModeTime() As long*
0
The user mode time is the amount of time the process(es) run by the job spent executing in user mode.
Processor times include only steps that execute ProgramExecutionTasks, ScriptTasks, or CustomTasks. Processor time is not recorded for other tasks.
Processor times reflect the amount of CPU time used by the job, and will not equal actual elapsed time for the job (which can be calculated by subtracting the ExecutionStart time from the ExecutionFinish time.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|